vc-error-occurred needs to be in vc-hooks.
authorEric S. Raymond <esr@snark.thyrsus.com>
Tue, 16 Mar 1993 15:44:52 +0000 (15:44 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Tue, 16 Mar 1993 15:44:52 +0000 (15:44 +0000)
lisp/vc.el

index d863a6371e9300aabb10d2df4149058400e45f24..4444ca6d946877287e4cc04513e24d76c7e8f757 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Version: 5.0
 
-;;     $Id: vc.el,v 1.24 1993/03/09 23:02:40 eric Exp eric $   
+;;     $Id: vc.el,v 1.25 1993/03/11 07:45:02 eric Exp eric $   
 
 ;; This file is part of GNU Emacs.
 
@@ -109,9 +109,6 @@ is sensitive to blank lines.")
 
 (defconst vc-name-assoc-file "VC-names")
 
-(defmacro vc-error-occurred (&rest body)
-  (list 'condition-case nil (cons 'progn (append body '(nil))) '(error t)))
-
 ;; File property caching
 
 (defun vc-file-clearprops (file)